home *** CD-ROM | disk | FTP | other *** search
- Short: mixes 2 MP3 [MPEG] files, extracts, joins, creates a loop
- Author: Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr]
- Uploader: Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr]
- Path: mus/misc
- _
- / 7
- /_(
- +-----|_|------------------------------------------------------------------+
- | |_| _ _ ______ ______ __ |
- | |_| [DJ] / \_/ \ / __ //_ __/ / / |
- | |_| /\ / \__/ // /_/ / / / ______ ______ / / |
- | /\|=|/ / / / / // ____/ / / / __ // __ // / |
- | \ |_| / ___/ / / // / / / / /_/ // /_/ // /_______ |
- | ) _ \ /____/ /_//_/ /_/ /_____//_____//_________/ V1.00 |
- | / |_| \ |
- +--/ -=-o /--------------------------------------------------[TMG]--------+
- \ /~\_/
- \/ '98 by HEINRICH Patrick
-
- ==========================[DJMPTool]===['98·TMG·]==============================
-
- 1. Introduction :
-
- Purpose : It can mix 2 MP3 files, extract a part of a MP3 file, join MP3
- files, create a loop [5 options]
- It changes you in a DJ ;)
-
- Release date : 08.09.98
-
- Distribution : It's free :) (you can't ask money for it)
- C source available if you ask it :)
-
- ==========================[DJMPTool]===['98·TMG·]==============================
-
- 2. Installation :
-
- Copy the DJMPTool file wherever you like ...
-
- ==========================[DJMPTool]===['98·TMG·]==============================
-
- 3. Usage :
-
- NOTE : all duration have to be given in ms (1000 ms = 1 second)
-
- 5 options :
-
- 1.J[oin] <infile1> <infile2> <outfile>
-
- It joins 2 MP3 files.
- ex: you want to join the file goldorak.mp3 and aktarus.mp3 together
-
- c:DJMPTool -J dh1:goldorak.mp3 dh1:mp3/aktarus.mp3 ram:result.mp3
-
- 2.L[oop] <start> <duration> <number> <infile> <outfile>
-
- It creates a loop in a MP3 file : the loop starts at <start> and lasts
- <duration> ms and will be repeated <number> times
- ex: you want to start a 1s loop 10s after the beginning of your file
- and you want it to be repeated 5 times
-
- c:DJMPTool -L 10000 1000 6 dh1:goldorak.mp3 ram:result.mp3
-
- 3.M[ix] <mixduration> <hashduration> <infile1> <infile2> <outfile>
-
- It mixes 2 MP3 files together
- ex: you want to mix 2 files 20s before the end of the first file, with
- 900ms "ping pong"
-
- c:DJMPTool -M 20000 900 dh1:goldorak.mp3 dh1:mp3/aktarus.mp3 ram:result.mp3
-
- 4.P[ause] <start> <duration> <infile> <outfile>
-
- It creates a <duration> pause at <start>
- ex: you want a 4s pause after 10s
-
- c:DJMPTool -P 10000 4000 dh1:goldorak.mp3 ram:result.mp3
-
- 5.X[tract] <start> <duration> <infile> <outfile>
-
- It allows you to extract a part of a MP3 file.
- ex: you want to extract 8s of your file, starting from the first minute
-
- c:DJMPTool -X 60000 8000 dh1:goldorak.mp3 ram:result.mp3
-
- ==========================[DJMPTool]===['98·TMG·]==============================
-
- 4. Notes :
-
- I wanted to add these options to MPTool, but thought it would have too many
- options, so I made a stand alone tool.
-
- It should work with 128 kbps and 112 kbps MP3 files.
-
- You can mix 128 and 112 files.
-
- It's only a try ;)
-
- If you get the "debug it message", it only shows a counter limit was reached,
- and the program is not sure of the result it has produced.
-
- The MP3 frames should be respected.
-
- If you want me to improve it, mail me :)
-
- ==========================[DJMPTool]===['98·TMG·]==============================
-
- 5. Author :
-
- For gifts (MP3 CDs ... ), postcards, flames, money, whatever you want
-
- Snail Mail: HEINRICH Patrick
- 78, avenue de Strasbourg
- 67170 Brumath
- FRANCE
-
- if you find DJMPTool useful, mail me :)
-
- E-Mail: patrick.heinrich@admieg.ensieg.inpg.fr
-
-
- [Note: I will only be back at school in october 1998, so I can't see my
- mail until october and if you have something really important, write
- using the snail mail address]
-
- ==========================[DJMPTool]===['98·TMG·]==============================
-
-